runtime.puintptr.set (method)
17 uses
runtime (current package)
proc.go#L1795: mp.nextp.set(p)
proc.go#L2871: mp.nextp.set(pp)
proc.go#L3120: nmp.nextp.set(pp)
proc.go#L3289: mp.nextp.set(pp)
proc.go#L4649: gp.m.oldp.set(pp)
proc.go#L4926: gp.m.oldp.set(nil)
proc.go#L6003: mp.p.set(pp)
proc.go#L6008: mp.p.set(phold)
proc.go#L6148: pp.link.set(idlePs)
proc.go#L6167: pp.link.set(runnablePsNeedM)
proc.go#L6172: pp.link.set(runnablePs)
proc.go#L6183: pp.link.set(runnablePs)
proc.go#L6231: pp.link.set(runnablePs)
proc.go#L6318: gp.m.p.set(pp)
proc.go#L6454: mp.nextp.set(pp)
proc.go#L7387: sched.pidle.set(pp)
runtime2.go#L275: func (pp *puintptr) set(p *p) { *pp = puintptr(unsafe.Pointer(p)) }
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |